home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ntsp3 / nt4sp3_i.exe / [0] / servu.htr < prev    next >
Text File  |  1997-05-01  |  2KB  |  68 lines

  1. <html>
  2. <%onerror error%>
  3. <title>Internet Service Manager <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Service Properties</title>
  4. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  5. <%if reqparam RF "cancel"%>
  6. <%goto end%>
  7. <%endif%>
  8. <%if reqparam RF "help"%>
  9. <%redirecthttp%><%msgbody.helptopic%><%/redirecthttp%>
  10. <%endif%>
  11.  
  12. <%if msgbody.sport EQ 0%>
  13. The port number must be between 1 and 65535 inclusive<p>
  14. <%goto main%>
  15. <%elif msgbody.sport GT 65535%>
  16. The port number must be between 1 and 65535 inclusive<p>
  17. <%goto main%>
  18. <%endif%>
  19.  
  20. <%if servid EQ 1%>
  21.  <%if reqparam RF "ftpanononly"%>
  22.   <%if msgbody.ftpanononly EQ 1%>
  23.    <%if reqparam RF "ftpallowanon"%>
  24.     <%if msgbody.ftpallowanon EQ 0%>
  25.      Invalid settings for anonymous access<p>
  26.      <%goto main%>
  27.     <%endif%>
  28.    <%else%>
  29.     Invalid settings for anonymous access<p>
  30.     <%goto main%>
  31.    <%endif%>
  32.   <%endif%>
  33.  <%endif%>
  34. <%endif%>
  35.  
  36. <%if msgbody.anonun EQ ""%>
  37. You must specify a user name<p>
  38. <%goto main%>
  39. <%endif%>
  40. <%if servid EQ 1%>
  41. <%!Clear ftpallowanon%>
  42. <%!Clear ftpanononly%>
  43. <%elif servid EQ 4%>
  44. <%!Clear authanon%>
  45. <%!Clear authbasic%>
  46. <%!Clear authnt%>
  47. <%endif%>
  48. <%!Update%>
  49. <%label end%>
  50. <%redirect%>/iisadmin/default.htm<%/redirect%>
  51. <%label error%>
  52. <%if reqstatus EQ 2500%>
  53.  <%if rpcstatus EQ 5%>
  54.  Access denied to this service.
  55.  <%elif rpcstatus EQ 1062%>
  56.  This service has been stopped.
  57.  <%else%>
  58.  RPC error <%rpcstatus%>
  59.  <%endif%>
  60. <%elif reqstatus EQ 8000%>
  61. One or more of the parameters are incorrect.
  62. <%else%>
  63.  Error encountered : <%reqstatus%>
  64. <%endif%>
  65. <br>
  66. <%label main%>
  67. <a href="/iisadmin/default.htm">Return to main menu</a>
  68. </body></html>